home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1992 June: ROMin Holiday / ADC Developer CD (1992-06) (''ROMin Holiday'')_iso / Developer Connection - 06-1992.iso / Development Platforms / Apple II / Essentials / Dynamo 4.2 for GSBug 1.5b10 / dynamo.sample / buildapp.text < prev    next >
Encoding:
Text File  |  1990-09-21  |  478 b   |  10 lines  |  [TEXT/MPS ]

  1. DUMMY                                ;The default script filename.
  2. $0000,$0800,SAMPLE.BIN                ;Sample app, segment 1.
  3. $0000,$8000,SAMPLE.BIN.2            ;Sample app, segment 2.
  4. $0000,$A000,SAMPLE.BIN.3            ;Sample app, segment 3.
  5. $8000,$0900                            ;GSBUG work space.
  6. $80,$800                            ;Starting address.
  7. $                                    ;Display starting address in hex.
  8. $                                    ;Display application size in hex.
  9. N                                                ;Skip save file prompt (and don't save it).
  10. $FF,0,SAMPLE.SYSTEM                                ;Target filename, filetype, and auxtype.